home *** CD-ROM | disk | FTP | other *** search
/ Private Pictures - 600 Hot Color Images / Private Pictures - 600 Hot Color Images.iso / install.dat < prev    next >
Encoding:
INSTALL Professional project  |  1991-11-14  |  11.9 KB  |  515 lines

  1. @DefineProject
  2.     @Immediate      = 1
  3.     @Name           = "Graphix Starter Kit"
  4.     @Version        = "1.02"
  5.     @OutDrive       = C
  6.     @Subdir         = "\\STARWARE"
  7. @EndProject
  8. @Display
  9.     @Cls
  10.  
  11.      Welcome to the Graphix Starter Kit version @Version.
  12.  
  13.      The idea of this kit is to introduce new users to the world of 
  14.     graphics with some very useful utilities.  Experienced users will 
  15.     also find them a welcome addition to their arsenal of image handling 
  16.     programs.  
  17.     
  18.      All included programs are Shareware and if found useful should
  19.     be registered.  Registered program owners may receive manuals, 
  20.     updates, or a more powerful version of the program. Starware
  21.     Publishing Corporation is not affiliated with the authors of these 
  22.     programs.
  23.  
  24.      You may press [Esc] at any time to abort installation.
  25.  
  26.     @Pause
  27.  
  28. @EndDisplay
  29. @Display
  30.  
  31.      The programs included with this kit are as follows:
  32.  
  33.     PKzip & PKunzip --- ver 1.10 ---- archive utility
  34.     Compushow --------- ver 8.23a --- DOS viewer
  35.     VPIC -------------- ver 4.0 ----- DOS viewer
  36.     Paint Shop -------- ver 2.02 ---- Windows viewer and file converter
  37.     Zip Manager ------- ver 3.01 ---- Windows program works with PKzip
  38.     STARWARE.GRP -------------------- Program Manager Group
  39.     Index???.GIF -------------------- 800x600 Preview Images
  40.  
  41.     *** Follow directions for installing Program Manager Group ***
  42.  
  43.     @Pause
  44. @EndDisplay
  45. @GetGroups
  46.     @SET A = "Windows & DOS installation ... 1,114K"
  47.     @SET B = "Windows only installation .... 779K"
  48.     @SET C = "DOS only installation  ....... 663K"
  49.     @Cls
  50.  
  51.      A "Windows & DOS installation" is recommended. 
  52.  
  53.  
  54.  
  55.  
  56.  
  57.      The "Windows" programs are best suited for resizing or altering
  58.     images and managing them in a compressed form.  Many Windows systems
  59.     require enhanced drivers to view 256 color images.  The Standard VGA
  60.     driver that comes with Windows only supports 16 simultaneous colors.
  61.  
  62.      The "DOS" programs are very easy to use and require very little
  63.     configuration.  They are also much faster at displaying images.  The
  64.     DOS programs also feature good slideshow capabilities.
  65.  
  66.      Use the [Up Arrow] & [Down Arrow] keys to move the highlight bar to
  67.     the type of installation you prefer.  Press [Enter] to continue.
  68.  
  69. @EndGroups
  70. @If ('A' [= @Group)
  71.     @Goto BOTH
  72. @EndIf
  73. @If ('B' [= @Group)
  74.     @Goto WINDOWS
  75. @EndIf
  76. @If ('C' [= @Group)
  77.     @Goto DOS
  78. @EndIf
  79. DOS:    
  80. @DefineProject
  81.     @Subdir = "\\DOS"
  82. @EndProject
  83. @GetOutDrive
  84.     @CLS
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.     "DOS Utilities"
  101.  
  102.      You need to select which drive to put these utilities.  The next 
  103.     screen lets you choose which directory.
  104.      
  105.      This installation does NOT alter your PATH statement.  It is 
  106.     highly recommended that these files reside in a directory that is
  107.     contained in your PATH statement.  We suggest putting them in your
  108.     DOS directory.  Usually this is C:\DOS.
  109.  
  110. @EndOutDrive
  111. @GetSubdir
  112.     "DOS Utilities"
  113.  
  114.      Now you need to choose which directory.
  115.      
  116.      This installation does NOT alter your PATH statement.  It is 
  117.     highly recommended that these files reside in a directory that is
  118.     contained in your PATH statement.  We suggest putting them in your
  119.     DOS directory.  Usually this is C:\DOS.
  120.  
  121.     @PROMPT = " Which subdirectory ? "
  122.  
  123. @EndSubdir
  124. @DefineDisk
  125.     @Label = "Disk #1"
  126.         @File PKZ110.EXE        @Out1M *.*
  127.         @File CSHW823A.ZIP      @Out1M *.*
  128.         @File VPIC40.ZIP        @Out1M *.*
  129. @EndDisk
  130. @Display
  131.     @ChDrive @OutDrive
  132.     @ChDir "@SubDir"
  133.     @Spawn ("PKZ110.EXE")
  134.     @System "del pkz110.exe"
  135.     @Spawn ("PKUNZIP CSHW823A.ZIP")
  136.     @System "del cshw823a.zip"
  137.     @Spawn ("PKUNZIP VPIC40.ZIP")
  138.     @System "del vpic40.zip"
  139. @EndDisplay
  140. @Display
  141.     @CLS
  142.  
  143.      The following utilities have been added to @OutDrive:@Subdir
  144.     
  145.     PKZIP & PKUNZIP ---- Execute these programs for instructions
  146.     CSHOW -------------- Execute this program to view images
  147.     VPIC & CONFIG ------ Execute CONFIG to configure VPIC
  148.  
  149.      You will now have the option to install Preview Images.
  150.  
  151.     @Pause
  152. @EndDisplay
  153. @Goto PREVIEW
  154. WINDOWS:
  155. @DefineProject
  156.     @Subdir = "\\WINDOWS"
  157. @EndProject
  158. @GetOutDrive
  159.     @CLS
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.     "Windows Utilities"
  176.  
  177.      You need to select which drive to put these utilities.  The next 
  178.     screen lets you choose which directory.
  179.      
  180.      This installation does NOT alter your PATH statement.  A Program 
  181.     Manager Group has been created for you.  In order for this Group 
  182.     to work properly you should choose the Windows drive and directory 
  183.     for this part of the installation.  Usually this is C:\WINDOWS.
  184.  
  185. @EndOutDrive
  186. @GetSubdir
  187.     "Windows Utilities"
  188.  
  189.      You need to select which drive to put these utilities.  The next 
  190.     screen lets you choose which directory.
  191.      
  192.      This installation does NOT alter your PATH statement.  A Program 
  193.     Manager Group has been created for you.  In order for this Group 
  194.     to work properly you should choose the Windows drive and directory 
  195.     for this part of the installation.  Usually this is C:\WINDOWS.
  196.  
  197.     @PROMPT = " Which subdirectory ? "
  198.  
  199. @EndSubdir
  200. @DefineDisk
  201.     @Label = "Disk #1"
  202.         @File PKZ110.EXE        @Out1M *.*
  203.         @File PS202.ZIP         @Out1M *.*
  204.         @File ZM301.ZIP         @Out1M *.*
  205.         @File STARWARE.GRP      @Out1M *.*
  206. @EndDisk
  207. @Display
  208.     @ChDrive @OutDrive
  209.     @ChDir "@SubDir"
  210.     @Spawn ("PKZ110.EXE")
  211.     @System "del pkz110.exe"
  212.     @Spawn ("PKUNZIP PS202.ZIP")
  213.     @System "del ps202.zip"
  214.     @Spawn ("PKUNZIP ZM301.ZIP")
  215.     @System "del zm301.zip"
  216. @EndDisplay
  217. @Display
  218.     @CLS
  219.  
  220.      The following utilities have been added to @OutDrive:@Subdir
  221.     
  222.     PKZIP & PKUNZIP ----- Needed for execution with Zip Manager
  223.     Paint Shop ---------- for image editing and viewing
  224.     Zip Manager --------- Works with PKzip utilities
  225.     STARWARE.GRP -------- Program Manager Group
  226.  
  227.     *** Follow directions for installing a Program Manager Group ***
  228.  
  229.      You will now have the option to install Preview Images.
  230.  
  231.     @Pause
  232. @EndDisplay
  233. @Goto PREVIEW
  234. BOTH:    
  235. @DefineProject
  236.     @Subdir = "\\DOS"
  237. @EndProject
  238. @GetOutDrive
  239.     @CLS
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.     "DOS Utilities"
  256.  
  257.      You need to select which drive to put these utilities.  The next 
  258.     screen lets you choose which directory.
  259.      
  260.      This installation does NOT alter your PATH statement.  It is 
  261.     highly recommended that these files reside in a directory that is
  262.     contained in your PATH statement.  We suggest putting them in your
  263.     DOS directory.  Usually this is C:\DOS.
  264.  
  265. @EndOutDrive
  266. @GetSubdir
  267.     "DOS Utilities"
  268.  
  269.      Now you need to choose which directory.
  270.      
  271.      This installation does NOT alter your PATH statement.  It is 
  272.     highly recommended that these files reside in a directory that is
  273.     contained in your PATH statement.  We suggest putting them in your
  274.     DOS directory.  Usually this is C:\DOS.
  275.  
  276.     @PROMPT = " Which subdirectory ? "
  277.  
  278. @EndSubdir
  279. @DefineDisk
  280.     @Label = "Disk #1"
  281.         @File PKZ110.EXE        @Out1M *.*
  282.         @File CSHW823A.ZIP      @Out1M *.*
  283.         @File VPIC40.ZIP        @Out1M *.*
  284. @EndDisk
  285. @Display
  286.     @ChDrive @OutDrive
  287.     @ChDir "@SubDir"
  288.     @Spawn ("PKZ110.EXE")
  289.     @System "del pkz110.exe"
  290.     @Spawn ("PKUNZIP CSHW823A.ZIP")
  291.     @System "del cshw823a.zip"
  292.     @Spawn ("PKUNZIP VPIC40.ZIP")
  293.     @System "del vpic40.zip"
  294. @EndDisplay
  295. @Display
  296.     @CLS
  297.  
  298.      The following utilities have been added to @OutDrive:@Subdir
  299.     
  300.     PKZIP & PKUNZIP ----- Execute these programs for instructions
  301.     CSHOW --------------- Execute this program to view images
  302.     VPIC & CONFIG ------- Execute CONFIG to configure VPIC
  303.  
  304.      This is the first part of the installation.  Next you will need
  305.     to install the Windows utilities.
  306.  
  307.     @Pause
  308. @EndDisplay
  309. @DefineProject
  310.     @Subdir = "\\WINDOWS"
  311. @EndProject
  312. @GetOutDrive
  313.     @CLS
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.  
  329.     "Windows Utilities"
  330.  
  331.      You need to select which drive to put these utilities.  The next 
  332.     screen lets you choose which directory.
  333.      
  334.      This installation does NOT alter your PATH statement.  A Program 
  335.     Manager Group has been created for you.  In order for this Group 
  336.     to work properly you should choose the Windows drive and directory 
  337.     for this part of the installation.  Usually this is C:\WINDOWS.
  338.  
  339. @EndOutDrive
  340. @GetSubdir
  341.     "Windows Utilities"
  342.  
  343.      You need to select which drive to put these utilities.  The next 
  344.     screen lets you choose which directory.
  345.      
  346.      This installation does NOT alter your PATH statement.  A Program 
  347.     Manager Group has been created for you.  In order for this Group 
  348.     to work properly you should choose the Windows drive and directory 
  349.     for this part of the installation.  Usually this is C:\WINDOWS.
  350.  
  351.     @PROMPT = " Which subdirectory ? "
  352.  
  353. @EndSubdir
  354. @If (@Exists "@OutDrive:\\@SubDir\\PKZIP.EXE")
  355.     @Goto NOPKZIP
  356.     @Else @Goto YESPKZIP
  357.     @Pause
  358. @EndIf
  359. NOPKZIP:
  360. @DefineDisk
  361.     @Label = "Disk #1"
  362.         @File PS202.ZIP         @Out1M *.*
  363.         @File ZM301.ZIP         @Out1M *.*
  364.         @File STARWARE.GRP      @Out1M *.*
  365. @EndDisk
  366. @Display
  367.     @ChDrive @OutDrive
  368.     @ChDir "@SubDir"
  369.     @ChDir "@SubDir"
  370.     @Spawn ("PKUNZIP PS202.ZIP")
  371.     @System "del ps202.zip"
  372.     @Spawn ("PKUNZIP ZM301.ZIP")
  373.     @System "del zm301.zip"
  374. @EndDisplay
  375. @Display
  376.     @CLS
  377.  
  378.      The following utilities have been added to @OutDrive:@Subdir
  379.     
  380.     Paint Shop ---------- for image editing and viewing
  381.     Zip Manager --------- Works with PKzip utilities
  382.     STARWARE.GRP -------- Program Manager Group
  383.  
  384.     *** Follow directions for installing a Program Manager Group ***
  385.  
  386.      You will now have the option to install Preview Images.
  387.  
  388.     @Pause
  389. @EndDisplay
  390. @Goto PREVIEW
  391.  
  392. YESPKZIP:
  393. @DefineDisk
  394.     @Label = "Disk #1"
  395.         @File PKZ110.EXE        @Out1M *.*
  396.         @File PS202.ZIP         @Out1M *.*
  397.         @File ZM301.ZIP         @Out1M *.*
  398.         @File STARWARE.GRP      @Out1M *.*
  399. @EndDisk
  400. @Display
  401.     @ChDrive @OutDrive
  402.     @ChDir "@SubDir"
  403.     @Spawn ("PKZ110.exe")
  404.     @System "del pkz110.exe"
  405.     @ChDir "@SubDir"
  406.     @Spawn ("PKUNZIP PS202.ZIP")
  407.     @System "del ps202.zip"
  408.     @Spawn ("PKUNZIP ZM301.ZIP")
  409.     @System "del zm301.zip"
  410. @EndDisplay
  411. @Display
  412.     @CLS
  413.  
  414.      The following utilities have been added to @OutDrive:@Subdir
  415.     
  416.     PKZIP & PKUNZIP ----- Needed for execution with Zip Manager
  417.     Paint Shop ---------- for image editing and viewing
  418.     Zip Manager --------- Works with PKzip utilities
  419.     STARWARE.GRP -------- Program Manager Group
  420.  
  421.     *** Follow directions for installing a Program Manager Group ***
  422.  
  423.      You will now have the option to install Preview Images.
  424.  
  425.     @Pause
  426. @EndDisplay
  427.  
  428. PREVIEW:
  429. @GetGroups
  430.     @SET D = "Install Preview Images to hard disk ... 1,273K"
  431.     @SET E = "Do not install, Exit to DOS"
  432.     @Cls
  433.  
  434.      Viewing Preview Images from hard disk is much faster. 
  435.  
  436.  
  437.  
  438.  
  439.  
  440.      The Preview Images are thumbnail representions of all RAD Graphix
  441.     and 1992 Swimsuit Calendar images.  These images can be viewed from 
  442.     the floppy disks if hard disk space is limited.  However, loading 
  443.     images from a hard disk can be 2 to 10 times faster.
  444.  
  445.      Use the [Up Arrow] & [Down Arrow] keys to move the highlight bar to
  446.     the type of installation you prefer.  Press [Enter] to continue.
  447.  
  448. @EndGroups
  449. @If ('D' [= @Group)
  450.     @Goto INSTALL
  451. @EndIf
  452. @If ('E' [= @Group)
  453.     @Goto QUIT
  454. @EndIf
  455. INSTALL:    
  456. @DefineProject
  457.     @Subdir = "\\starware"
  458. @EndProject
  459. @GetOutDrive
  460.     @CLS
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476.     "Preview Images"
  477.  
  478.      You need to select which drive to put your preview images on.  The 
  479.     next screen lets you choose which directory.
  480.      
  481.      These images are thumbnail representations of all the images 
  482.     found in RAD Graphix and 1992 Swimsuit Calendar products.
  483.     
  484.  
  485. @EndOutDrive
  486. @GetSubdir
  487.     "Preview Images"
  488.  
  489.      Now you need to choose which sub-directory.
  490.      
  491.      These images are thumbnail representations of all the images 
  492.     found in RAD Graphix and 1992 Swimsuit Calendar products.
  493.  
  494.     @PROMPT = " Which subdirectory ? "
  495.  
  496. @EndSubdir
  497. @DefineDisk
  498.     @Label = "Disk #1"
  499.         @File INDEX901.GIF      @Out1M *.*
  500.         @File INDEX902.GIF    @Out1M *.*
  501.         @File INDEX903.GIF    @Out1M *.*
  502.         @File INDEX904.GIF    @Out1M *.*
  503.         @File INDEX905.GIF    @Out1M *.*
  504.         @EndDisk
  505. QUIT:
  506. @Finish
  507.     @CLS
  508.  
  509.     Thank you for your interest in our products.
  510.  
  511.     This is THE END of the installation.  You will now exit to DOS.
  512.  
  513.     @Pause
  514. @EndFinish
  515.